Package com.cisco.pt.ipc.sim.pdu
Interface EIGRPInternal
- All Known Subinterfaces:
EIGRPExternal
- All Known Implementing Classes:
EIGRPExternalImpl,EIGRPInternalImpl
-
Method Summary
Modifier and TypeMethodDescriptionintintgetDelay()getLoad()intgetMtu()voidsetBandwidth(int bandwidth) voidsetDelay(int delay) voidsetHopCount(Byte hopCount) voidvoidsetMtu(int mtu) voidsetNetwork(IPAddress network) voidsetNextHop(IPAddress nextHop) voidsetPrefixLength(Byte prefixLength) voidsetReliability(Byte reliability) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.EIGRPTlv
getLength, getType, setLength, setTypeMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getNextHop
IPAddress getNextHop()- Returns:
- IPAddress Returns a IPAddress
-
setNextHop
- Parameters:
nextHop- Takes in a parameter of nextHop
-
getDelay
int getDelay()- Returns:
- int Returns a int
-
setDelay
void setDelay(int delay) - Parameters:
delay- Takes in a parameter of delay
-
getBandwidth
int getBandwidth()- Returns:
- int Returns a int
-
setBandwidth
void setBandwidth(int bandwidth) - Parameters:
bandwidth- Takes in a parameter of bandwidth
-
getMtu
int getMtu()- Returns:
- int Returns a int
-
setMtu
void setMtu(int mtu) - Parameters:
mtu- Takes in a parameter of mtu
-
getHopCount
Byte getHopCount()- Returns:
- Byte Returns a Byte
-
setHopCount
- Parameters:
hopCount- Takes in a parameter of hopCount
-
getReliability
Byte getReliability()- Returns:
- Byte Returns a Byte
-
setReliability
- Parameters:
reliability- Takes in a parameter of reliability
-
getLoad
Byte getLoad()- Returns:
- Byte Returns a Byte
-
setLoad
- Parameters:
load- Takes in a parameter of load
-
getPrefixLength
Byte getPrefixLength()- Returns:
- Byte Returns a Byte
-
setPrefixLength
- Parameters:
prefixLength- Takes in a parameter of prefixLength
-
getNetwork
IPAddress getNetwork()- Returns:
- IPAddress Returns a IPAddress
-
setNetwork
- Parameters:
network- Takes in a parameter of network
-